0:00–0:10
Recap
0:10–0:35
Lecture
0:35–1:45
Lab 8-C
1:45–1:55
Bonus
1:55–2:00
Debrief
0:00 – 0:10Recap · 10 min

Day 2 review — from discovery to forensics

0:10 – 0:35Lecture · 25 min

Audit log structure, search operators, and Insider Risk Management

Audit activityWhat it tells youSecurity use case
SharingInvitationCreatedWho created an external sharing link, what file, when, from what IPWeek 7 incident — identify who created the Payroll-Q4 link
FileDownloadedWho downloaded what file, from which site, at what timeInsider risk — bulk downloads before resignation
DLPRuleMatchWhich DLP rule fired, for which user, what content was matchedConnect DLP alert to audit trail — build evidence timeline
Set-InboxRuleEmail forwarding rule created (often first sign of account compromise)BEC (Business Email Compromise) detection
UserLoggedInSign-in event with IP, device, country, and success/failureImpossible travel detection, credential stuffing detection
Add member to roleAdmin role granted to a user accountPrivilege escalation detection
Instructor note: The most effective moment in this lecture is searching the audit log for SharingInvitationCreated events from the Finance site. This produces a concrete result — the exact timestamp and IP address of when the Payroll-Q4.docx external link was created, which user account created it, and whether the creation came from within the office IP range or from an unexpected location. Run this search live on the projector before students do it themselves.
0:35 – 1:45Guided lab · 70 min

Lab 8-C: Audit log reconstruction and Insider Risk Management setup

Students search the unified audit log to reconstruct the Week 7 incident timeline, export the audit results, analyse the forensic data, and configure an Insider Risk Management policy to detect data theft by departing users.

Instructor note: The audit log timeline reconstruction (Step 3) is the most forensically realistic exercise in the course. Students who carefully search for all Priya Nair activity around the Week 7 lab date will find: the file upload to SharePoint (FileUploaded), the sharing link creation (AnonymousLinkCreated or SharingInvitationCreated), the DLP rule match (DLPRuleMatch if DLP caught anything), and possibly the Threat Explorer soft-delete action from the Week 7 assessment remediation. Assembling these into a timeline demonstrates the full forensic capability of the audit log.
1:45 – 1:55Bonus · 10 min

⭐ Bonus: Departing user policy and audit alert policy

⭐ Bonus A — Data theft by departing users policy
  • Create a second Insider Risk policy using the Data theft by departing users template. This template triggers monitoring when a resignation signal is received via HR data connector
  • Without an HR connector (requires Azure setup beyond this course), configure the policy to use the manual trigger option: an admin can manually mark a user as a departing user to activate monitoring
  • Manually mark James Okafor as a departing user (for lab purposes only — this is reversible). Observe what indicators the policy begins monitoring
  • Lab Journal: what specific user activities would this policy flag as high-risk for a departing employee? Why is the 30-day lookback window before the departure signal important?
⭐ Bonus B — Audit alert policy
  • Navigate to purview.microsoft.comAudit → Alert policies → + New alert policy
  • Create an alert that fires whenever an anonymous sharing link is created on any SharePoint site: Activity = AnonymousLinkCreated, Threshold = 1 event, Notify your admin email
  • This transforms the audit log from a reactive forensic tool into a proactive alert system — you are notified the moment an external sharing link is created, rather than finding it during a post-incident investigation
  • Lab Journal: what is the difference between a DLP alert (fires when sensitive content is shared) and an audit alert policy (fires when a specific activity occurs regardless of content)? When would you use each?
1:55 – 2:00Debrief · 5 min

Reflection & preview

Learning outcomes — by end of Day 3, students can…

Search the audit logRun targeted audit searches filtering by activity, user, date range, and file name
Read audit recordsExtract forensically relevant fields: timestamp, user, operation, item, IP address
Reconstruct a timelineAssemble multiple audit events into a chronological incident timeline
Export audit dataDownload audit results as CSV and identify key forensic columns
Configure Insider RiskCreate a Data Leaks insider risk policy with Finance site priority and MDE indicators
Explain privacy controlsDescribe user anonymisation in Insider Risk and the two-step identity reveal process

What you need ready

purview.microsoft.com accessible Unified audit log enabled and populated (from Lab 7-C — 7+ weeks of data) Week 7 lab activities available in audit log (sharing events, DLP matches) Insider Risk Management licence — E5 includes it MDE connector active (from Lab 7-B) for endpoint indicators
Day 4 →Week 8 Overview